/*
Theme Name: Poison WordPress Music Theme 
Theme URI: http://themesquared.com/posion
Description: One Page & Multipage Music WordPress Theme. Suitable for Music Bands & Company.
Version: 1.0.7
Author: ThemeSquared
Author URI: http://themeforest.net/user/theme-squared
*/

/* 	Table Of Content
=======================
	1-Preloader
	2-General Styles
	3-Main Banners
	4-Audio Player
	5-Banner
	6-parallax
	7-Channels
	8-Navigation
	9-Tweets
	10-News/Tracks
	11-Newsletter
	12-facebook Promo
	13-popup
	14-testimonial
	15-Event Promo
	16-Media
	17-Tour
	18-music popup
	19-team Section
	20-Footer
======================*/

html, body {
	margin: 0px;
	height: 100%;
}

body {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #6b6a6a;
	font-family: oswald;
	text-transform: uppercase;
	background:#202020;
	background-size: contain;
	display:none;
	overflow:hidden;
	overflow-y:scroll;
}
.animation {
  opacity: 0;
}
.animation-visible {
  opacity: 1;
}
.animated,
.animation {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/*==================================
1-Preloader
===================================*/
#jpreOverlay {
	background: #161616 url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/BG/loader-bg.jpg) no-repeat top right;
	background-size:cover;
	text-align: center;
}

#jpreSlide {
	font-size: 20px;
	font-weight: bold;
	color: #ccc;
	text-align: center;
	width: 50%;
	height: 30%;
}
.preload_logo{
	position:absolute;
	left:35px;
	top:50%;
	margin-top:-15px;
}
#jpreLoader{
	background:rgba(255,255,255,0.35);
	max-width:300px;
	width: 100%;
	height: 35px;
	margin-left:50px;
}

#jpreBar { background: #cc1313; }
#jprePercentage {
	color: #fff;
	font-size: 35px;
	font-family:oswald;
	font-weight: 300;
	text-align: right;
	line-height:35px;
	top: -100%;
	right:-95px;
	padding-right: 20px;
}
#jpreButton {
	background: #cc1313;
	color: #fff;
	height: auto !important;
	display: inline-block;
	padding: 5px 10px;
	font-size:14px;
	cursor: pointer;
	line-height: normal;
}

/*===========================
2-General Styles
=============================*/

.sections_wrapper{
	background: url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/BG/bodyBG.jpg) center center #161616;
	width: 100%;
	display: block;
}
.boxed_in{
	max-width:1200px;
	margin:0 auto;
}
p { font-family: lato; }
.text_widget {
	font-family: lato;
	text-transform: none;
	margin-top: 40px;
}
.text_widget p { padding: 0 0 20px; }
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
a {
	color: inherit;
	outline: none !important;
	text-decoration: none !important;
}
h1 { font-size: 110px; }
h2 { font-size: 70px; }
h3 { font-size: 60px; }
h4 { font-size: 40px; }
h5 { font-size: 30px; }
h6 { font-size: 22px; }
img {
	max-width: 100%;
	height: auto;
}
h2:after {
	content: '.';
	color: #cc1313;
}
.bg1 {
	background: url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/BG/banner1.jpg) center center no-repeat;
	background-size: cover;
}
.primary_color { color: #cc1313; }
section, 
.section {
	padding-top: 42px;
	padding-bottom: 42px;
	overflow: hidden;
}

.section_first { padding-top: 80px; }
a.btn_fb, .btn_fb {
	background: #2f5991;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 30px;
	font-size: 30px;
	border-radius: 0;
	color: #fff;
}
a.btn_fb:hover, .btn_fb:hover{
	background:#194074;
}
.btn-group .btn-default, .open .dropdown-toggle.btn-default{
	background:#cc1313;
	border:none;
	color:#fff;
	font-size:30px;
	width:220px;
	border-radius:0;
	text-align:left;
	padding-left:15px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active{
	background:#cc1313;
	color:#fff;
}
.btn-group .dropdown-menu{
	text-align:left;
	width:100%;
	border-radius:0;
	margin:0;
	border:none;
	background:#cc1313;
}
.btn-group .dropdown-menu > li > a{
	color:#fff;
}
.btn-group .dropdown-menu > li > a:hover,.btn-group .dropdown-menu > li > a:focus{
	color:#222;
}
.btn-group .dropdown-menu{
	margin-bottom:0;
	padding-bottom:0;
}
.btn-group{
	margin-top:10px;
}
.btn-default span{
	position:absolute;
	top:50%;
	margin-top:-5px;
	right:20px;
	font-size:20px;
}
.btn_fb:hover { color: #fff; }
.modal{
	width:110%;
	padding-right:8.5%;
	z-index: 99999999;
}

.modal-backdrop {
    z-index: 9999999;
}
.modal-dialog{
	width:100%;
	margin-top:0;
	overflow:hidden;
}
.modal-body{
	padding:0;
}
.modal-content{
	border-radius:0;
	background:none;
	box-shadow:none;
	border:none;
	display:block;
	margin:50px auto 70px;
	max-width:1185px;
}
.modal button.close{
	width:50px;
	height:50px;
	font-size:35px;
	position: absolute;
	right:5px;
	top:0px;
	float:none;
	z-index:999;
	opacity:1;
}
.modal-open {
    overflow: visible;
}
.section_head_widget h5{ color: #cc1313; }


/*==========================
3-Main Bannners
==========================*/
.hero_section,.poison_slider { position: relative; }
.hero_section .hero_content {
	display: table-cell;
	vertical-align:middle;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

.hero_section1 ,
.fraction_wrapper {
	height:100vh !important;
	padding-top:0;
}

.banner ,
.hero_section1 {
	padding:0 !important;
}

.hero_section1 .col-xs-12 {
    width: 100%;
    display: table;
    height: 100vh;
}

.hero_section1 h1 {
margin-top:0;
}

.hero_section2 .hero_content {
    display: table;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    float: right;
    vertical-align: middle;
    bottom: 140px;
    top: auto !important;
    height: auto !important;
    margin-left: -25px;
}

.hero_section2 {
    padding:0 !important;
}

.hero_section2 .col-xs-12 {
	height:100vh;
}

.hero_section2 .hero_content h1 {
	margin-top:0px !important;
}

.hero_section2.banner-right-align .vegas-controls {
    left: 102%;
    margin-top: -4px;
    bottom: 300px;
    top: auto !important;
    position: absolute;
}

.hero_content_inner {
	display:table;
	margin:0 auto;
}

a.ScrollTo {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    margin-top: 70px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #CC1313;
    font-size: 80px;
    color: #FFF;
    text-align: center;
    line-height: 90px;
    position: relative;
    display: table;
}

.banner_slider{
	width:100%;
	position:relative;
	clear:both;
	overflow:hidden;
	display:block;
	height:100vh !important;
}
.banner_slider .hero_content{
	width:100%;
	height:100%;
}
.banner_slider li{
	list-style:none;
}
.poison_slider{
	padding:0;
}
.banner_slide{
	height:700px;
	margin-top:0;
	margin-bottom:0;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	display:block;
}
.overlay_left:before{
	content:'';
	position:absolute;
	left:0;
	width:50%;
	height:100%;
	top:0;
	background:rgba(0,0,0,.75);
}

.video-poster {
    position: absolute;
    background: url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/BG/loader-bg.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
}

.vegas-controls{
	display:block;
	position:absolute;
	left:-40px;
	top:50%;
	margin-top:-40px;
}
.vegas-controls li{
	list-style:none;
}

.vegas-controls li a,.poison_slider .owl-controls .owl-page span,.fs-pager-wrapper a{
	position:relative;
	width:18px;
	display:block;
	border-radius:50%;
	height:18px;
	margin-bottom:31px;
	background:#515353;
}
.boxed_in .vegas-controls li a{
	display:inline-block;
	margin-bottom:0;
}
.boxed_in .vegas-controls li{
	display:inline-block;
	margin-right:20px;
}
.boxed_in .vegas-controls{
	width:100%;
	left:20px;
	top:0;
}
.vegas-controls li.active a,.fs-pager-wrapper a.active{
	background:#fff;
}
.vegas-controls li.active a:before,.fs-pager-wrapper a.active:before{
	content:"";
	position:absolute;
	left:-11px;
	top:-11px;
	height:40px;
	width:40px;
	border:1px solid #cc1313;
	border-radius:50%;
}
.banner_slider h1{
	font-size:90px;
}
.banner_slider h1:after{
	content: '.';
	color: #cc1313;
}
.banner_slider h2:after{
	display:none;
}
.banner_slider h2{
	color: #cc1313;
}
.banner_slider .btn{
	float:left;
	padding:15px 35px;
	border:none;
	border-radius:0;
	margin-top:45px;
}
.right_align .banner_slider .btn{
	margin-top:20px;
}
.banner_slider .btn-default,.fractionSlide .btn-default{
	background:#cc1313;
	color:#fff;
}
.fractionSlide .btn{
	font-size:100% !important;
	padding:10px 25px;
	border-radius:0;
	border:none;
}

.banner_slider .btn-white,.fractionSlide .btn-white{
	background:#fff;
	color:#000;
}


.banner-right-align h1,.banner-right-align.banner p,.banner-right-align .caption-buttons{
	text-align:right;
	margin-left:auto;
	margin-right:0;
	display:block;
	width:400px;
	max-width:100% !important;
}


.banner-right-align.banner_slider .btn{
	float:none;
	margin-top:15px;
}
.banner-right-align.banner_slider h1{
	margin-top:30px;
}
.banner-right-align .vegas-controls{
	left:102%;
	margin-top:-120px;
}
.boxed_in .banner-right-align .vegas-controls{
	left:20px;
	margin-top:-40px;
}
.banner-right-content{
    transform:translateY(-40%);
    -webkit-transform:translateY(-40%);
    -moz-transform:translateY(-40%);
    -o-transform:translateY(-40%);
    -ms-transform:translateY(-40%);
}
/*==========================
4-Audio Player
==========================*/
.play_list{
	background:#cc1313;
	padding-top:20px;
	padding-bottom:20px;
}
.list_scroll{
	height:auto;
	max-height:500px;
	position:relative;
	overflow:hidden;
}
.player_wrapper{
	position:relative;
	padding-left: 30px;
}
a.playlist_expander{
	width:63px;
	margin-right: 15px;
	height:67px;
	float:right;
	display: inline-block;
	line-height:67px;
	text-align:center;
	background:#343434;
	color:#fff;
}
.boxed_in a.playlist_expander{
	margin-right:0;
}
.rock_player{
	display:block;
	width:100%;
	z-index:9999;
}
.pre_sticky.rock_player{
	position: absolute;
	left:0;
	bottom:0;
}
.sticky_player{
	background:#000000;
	background:rgba(0,0,0,0.75);
	width:100%;
	left:0;
	top:0;
	z-index:9999 !important;
	position:relative;
}
.sticky-wrapper.is-sticky{
	z-index:99999;
}
.sticky_player.nosticky{
	position:relative !important;
	top:0 !important;
}
.jp-title {
	font-size: 18px;
	color: #FFF;
	display: inline-block !important;
	width: 226px;
	height: 50px;
	overflow: hidden;
	padding-left: 20px;
	position: relative;
	top: 0;
	padding-top: 18px;
	top: 18px;
	margin-top: -11px;
}

.jp-volume li a{
	height:7px;
	width:5px;
	display:block;
	background:#343434;
}
.jp-volume li.active a{
	background:#fff;
}
.jp-volume li:nth-child(2) a{
	height:12px;
}
.jp-volume li:nth-child(3) a{
	height:17px;
}
.jp-volume li:nth-child(4) a{
	height:22px;
}
.jp-volume li:nth-child(5) a{
	height:25px;
}
.jp-volume{
	display:inline-block;
}
.jp-volume li{
	display:inline-block;
		margin-right:0px;
}
.rock_controls{
	display:inline-block;
	width:85px;
}
.rock_controls div{
	width:63px;
	height:67px;
	background:#d41010;
	line-height:67px;
	color:#fff;
	cursor:pointer;
	text-align:center;
}

.audio-progress{
	position:relative;
	background:#343434;
	height:13px;
	width: 468px;
	display:inline-block;
	border-radius:8px;
	overflow:hidden;
}

.audio-progress .jp-seek-bar{
	position:absolute;
	left:0;
	top:0;
	height:13px;
	width:100%;
}
.audio-progress .audio-play-bar{
	position:absolute;
	left:0;
	top:0;
	min-height:4px;
	height:100%;
	background:#fff;
}
.audio-timer{
	display:inline-block;
	width:50px;
	padding-left:10px;
	font-size:12px;
	color:#cc1313;
}
.jp-play,.jp-pause{
	display:none;
}

.jp-title:after {
	content:"POISON";	
	color:#cc1313;
	font-size:14px;
	letter-spacing:1px;
	position:absolute;
	top: -3px;
	left: 20px;
}

.jp-title:before {
	content:"";	
	width:12px;
	height:14px;
	background:url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/basic/music-ico.png) no-repeat;
	position:absolute;
	left: -0px;
	top: 8px;
}

/*==========================
5-Banner
==========================*/
.banner { color: #fff; position:relative; }
.banner p{
	font-size:14px;
	line-height:14px;
	max-width:340px;
	margin-left:auto;
	margin-right:auto;
	font-weight:600;
}
.banner h4 { color: #cc1313; }
.banner h1 { color: #fff; }
.fraction_wrapper{
	background: url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/BG/bodyBG.jpg) center center #161616;
	padding-top:0;
	position:relative;
	padding-bottom:65px;
}
.fraction_wrapper p{
	font-size:30px;
	font-weight:800;
}
.fractionSlide .slide{
	overflow:hidden;
	display:none;
}
.fs-pager-wrapper{
	left:5%;
	bottom:30%;
	text-align:center;
}
.video-banner video{
	position: relative;
	height:auto;
	width:100% !important;
	height: auto !important;
	margin-bottom:-5px;
}
.video-banner{
	position:relative;
	padding-top:0;
	padding-bottom:0;
}

.video_controls {
    position: absolute;
    left: 0%;
    top: 50%;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video_caption,.video_caption h5{
	font-size:20px;
	font-family:lato;
	color:#cc1313;
	font-weight:800;
}
.video_controls .play-pause{
	margin:0 auto;
	width:200px;
	height:200px;
	border:20px solid #cc1313;
	color:#fff;
	border-radius:50%;
	text-align:center;
	line-height:175px;
	font-size:60px;
	cursor:pointer;
	margin-bottom:10px;
	display:none;
}
.video-load{
	display:block;
}


/*==========================
6-parallax
==========================*/
.parallax {
	overflow:hidden;
	clear:both;
	position:relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	color: #fff;
	height: 100%;
	width: 100%;
	text-align: center;
	margin-top: 42px;
	padding: 0;
	z-index:0;
}

.parallax_inner {
	position:relative;
	padding-top: 150px;
	padding-bottom: 150px;
}
.parallax_one { background-image: url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/BG/parallax1.jpg);}
.parallax_two { background-image: url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/BG/parallax2.jpg);}
.parallax_three { background-image: url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/BG/parallax3.jpg);}
.parallax_four { background-image: url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/BG/parallax4.jpg);}
.parallax_five { background-image: url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/BG/parallax5.jpg);}

.parallax.parallax_five {
	background-position: center right;
}

/*==========================
7-Channels
==========================*/
.channels_list{
	overflow:hidden;
}
.channels_list li a {
	display: block;
	width: 100%;
	background: #fff;
	padding: 15px 30px;
	position: relative;
	text-align: right;
	color: #222222;
	overflow:hidden;
	opacity:0.5;
}

.social-icons.channels_list li a {
	opacity:1;
}

.channels_list li a:hover {
	background: #cc1313;
	color: #fff;
	opacity:1;
}
.channels_list li a i {
	position: absolute;
	left: 30px;
	top: 15px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	font-size: 20px;
	text-align: center;
	overflow:hidden;
}
.channels_list li a:hover i{
	-webkit-animation: toUpCustom 0.3s forwards;
	-moz-animation: toUpCustom 0.3s forwards;
	animation: toUpCustom 0.3s forwards;
}

.ScrollTo i{
	display:block;
	position:relative;
}
.fa-circular {
	border: 1px solid #222;
	border-radius: 50%;
}
.channels_list li a:hover .fa-circular{
	border-color:#fff;
}
.channels_list li {
	display: block;
	margin-bottom: 30px;
	list-style: none;
}
.track_section .channels_list li {
	margin-top: 0;
	margin-bottom: 0;
}
@-webkit-keyframes toUpCustom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toUpCustom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toUpCustom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-webkit-keyframes toDownCustom {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toDownCustom {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toDownCustom {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}


/*=========================
8-Navigation
===========================*/
.navbar-default{
	background:#fff;
	border:none;
	border-radius:0;
	padding: 15px 0 10px;
	width:100%;
	left:0;
	z-index:999;
	top: 67px !important;
	margin-bottom:0;
	display:table;
}
.noPlayer{
	top:0 !important
}
#sticktop.stickyNav,.nav-stop{
	position:relative !important;
	top:0 !important;
}

.navbar-brand{
	height:80px !important;
	float:none;
}
.navbar-nav{
	margin-top:12px;
	float:right;
}
.navbar-default .navbar-nav > li > a{
	color:#222222;
	font-size:20px;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background:none;
	color:#cc1313;
}
.navbar-nav > li > .dropdown-menu{
	margin:0;
	border-radius:0;
}
.navbar-nav > li:hover .dropdown-menu{
	display:block;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background:none;
	color:#cc1313;
}


/*==========================
9-Tweets
==========================*/
.latest_tweets .parallax_inner{
	padding-bottom:70px;
}
.tweet li{
	display:block;
	list-style:none;
	font-size:45px;
	line-height:70px;
}
.tweet li a{
	text-decoration:underline;
}
.tweet li a:hover{
	color:#cc1313;
}
.tweet li .date{
	display:block;
	font-size:30px;
	color:#cc1313;
}
.tweet_icon{
	color:#cc1313;
	font-size:90px;
}


/*==========================
10-News/Tracks
==========================*/
.track_detail_wrapper{
	position:relative;
}

.close_track_detail{
	position:absolute;
	right: 25px;
    top: 50px;
	z-index:99;
	display:none;
}

.news_info_wrapper, .track_info_wrapper {
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,0.85);
	text-align: center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.news_info, .track_info {
	top: 50%;
	position: absolute;
	left: 0;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -80px;
	width:100%;
}
.track_info {
	padding-left: 40px;
	padding-right: 40px;
}
.track_info h4 {
	font-size: 50px;
	color: #222222;
	margin-bottom: 15px;
}
.news_box, .track_box, .members_carousel figure {
	position: relative;
	width: 370px;
	max-height: 535px;
	font-size: 12px;
	color: #777777;
	text-align: center;
	overflow: hidden;
}

.track_box { width: 100%; }
.news_box, .members_carousel figure {
	margin-left: 15px;
	margin-right: 15px;
	float: left;
}
.track_box { margin-bottom: 30px; }
.news_box h6, .track_box h6 { color: #cc1313; }
.news_meta {
	font-family: lato;
	font-style: italic;
	font-weight: bold;
	padding: 0;
	margin-top: 15px;
}
.news_meta li {
	list-style: none;
	display: inline-block;
}
.news_meta li:after {
	content: '-';
	padding: 0 5px;
}
.news_meta li:last-child:after { display: none; }
.news_info h5, .track_info h5 { color: #222222; }
.news_box .hover, .track_box .hover {
	position: absolute;
	left: 0;
	bottom: -20%;
	width: 100%;
}
.news_box .hover a, .track_box .hover a {
	color: #fff;
	background: #cc1313;
	padding: 10px 0;
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 20px;
}
.news_box:hover .hover, .track_box:hover .hover { bottom: 0; }
.news_box:hover .news_info_wrapper, .track_box:hover .track_info_wrapper {
	height:0;
	top:-10%;
	overflow:hidden;
}
.news_widget, .tracks_widget, .team_widget { padding-top: 50px; }
.carousel_controls span {
	width: 47px;
	height: 63px;
	background: #343434;
	color: #fff;
	font-size: 30px;
	line-height: 63px;
	text-align: center;
	cursor: pointer;
}
.news_carousel, .members_carousel {
	height: 535px;
	overflow: hidden;
	width: 100%;
	clear: both;
}
.carousel_controls {
	position: absolute;
	top: -150px;
	right: 15px;
}
.carousel_controls span:hover { background: #cc1313; }
.controls_wrapper, .carousel_overlay { position: relative; }
.carousel_overlay:before {
	content: '';
	width: 100%;
	height: 535px;
	background: rgba(0,0,0,.1);
	left: -100%;
	top: 100%;
	position: absolute;
	z-index: 99;
}
.carousel_overlay:after {
	content: '';
	width: 100%;
	height: 535px;
	background: rgba(0,0,0,.1);
	right: -100%;
	top: 100%;
	position: absolute;
	z-index: 99;
}

/*.col-md-3 .news_box ,
.col-md-4 .news_box ,
.col-md-6 .news_box ,
.col-md-12 .news_box {
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom:30px;
    float: none;
	width:100%;
	height:auto;
	max-height:100%;
}*/

.banner.no-padding {
	padding-top: 25px;
}

.col-md-3 .news_box img ,
.col-md-4 .news_box img,
.col-md-6 .news_box img,
.col-md-12 .news_single img {
	width:100%;
	max-width:100%;
}

.news_single img {
	margin-bottom:30px;
}

.news_single p {
	text-transform:none;
	font-size:15px;
	line-height:21px;
}

.load-more {
	background:#cc1313;
	line-height:63px;
	text-transform:uppercase;
	color:#fff;
	font-size:20px;
	font-weight:400;
	padding:0 40px;
	display: table;
	margin: 20px auto 0 !important;
	height: 63px;
}

.load-more:hover {
	color:#fff;
}

footer.parallax {
	margin-top:0;
}

footer.parallax_five {
    margin-top: 0px;
    background-position: 50% 70px !important;
}

.parallax_five.footerbg2 {
    background-image: url("/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/BG/parallax3.jpg");
}

#section_10.parallax {
	margin-top:0;
	margin-bottom:0;
}

.newsletter_section {
	padding-bottom:0px;
}

.hero_section .music_widget {
    width: 1193px;
}

aside {
	padding-top:8px;
}

aside .b-search {
	position:relative;
}

aside .b-search input {
	width:100%;
	background:#000;
	height:63px;	
	line-height:63px;
	padding:0 45px 0 15px;
	border:none;
	text-transform:uppercase;
	font-weight:400;
	color:#fff;
}
	
aside .b-search button {
	background:transparent;
	border:none;
	width:50px;
	position:absolute;
	top:0;
	right:0;
	height:63px;	
	line-height:63px;
	color:#cc1313;
}

.side-widget {
	margin-bottom:40px;
}

.side-widget h4 {
	font-size:30px;
	margin:0 0 20px;
	color:#cc1313;
}

.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li {
	list-style:none;
	text-transform:none;
	padding:0px;
}

.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_comments li,
.widget_recent_entries li  {
	height:53px;
	padding:0 15px;
	line-height:53px;
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	background:transparent;
	display:table;
	width:100%;
}

.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_nav_menu li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_comments li:hover,
.widget_recent_entries li:hover {
	background:#cc1313;
	color:#fff !important;
}

.rposts li {
	list-style:none;
	text-transform:none;
	padding:15px 50px 10px 0;
	border-bottom:2px solid #343434;
	position:relative;
}

.rposts li img {
	float:left;
}

.rposts li h5 {
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
	margin-left:65px;
	margin-bottom:6px;
}

.rposts li:first-child {
	border-top:2px solid #343434;
}

.rposts li:hover {
	border-bottom:2px solid #cc1313;
}

.rposts li p {
	font-size:16px;
	font-family:Oswald;
	color:#5c5c5c;
	margin-left:65px;
	margin-bottom:0;
}

.comments-meta {
	position:absolute;
	top:0;
	right:0;
}

.rposts li h5 a:hover,
.cat-list li a:hover,
.comments-meta a:hover {
	color:#CC1313;
}

.fstream {
	padding:0;
	margin:0;
}

.fstream li {
	list-style:none;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}

.fstream li a:hover {
opacity:0.7;
}

.b-commentform {
	padding:70px 0 30px;
}

.b-commentform h5 {
	margin:0 0 25px;
}

.b-commentform input {
	width:100%;
	background:#000000;
	height:63px;	
	line-height:63px;
	padding:0 15px;
	border:none;
	text-transform:uppercase;
	font-weight:400;
	color:#fff;
	margin-bottom:10px;
	font-size:21px;
}

.b-commentform textarea {
	width:100%;
	background:#000000;
	height:150px;	
	padding:15px 15px;
	border:none;
	text-transform:uppercase;
	font-weight:400;
	color:#fff;
	margin-bottom:10px;
	font-size:21px;
	resize: vertical;
}

.b-commentform button {
	display:block;
	background:#CC1313;
	text-align:center;
	height:60px;	
	line-height:60px;
	padding:0 15px;
	border:none;
	text-transform:uppercase;
	font-weight:400;
	color:#fff;
	margin-bottom:30px;
	font-size:21px;
}

.b-commentform button:hover {
	background:#222222;
	color:#fff;
}

aside {
    margin-top: -10px;
}

.dropdown-menu {
	border:1px solid #f1f1f1;
	padding:0;
	margin:0;
}

.dropdown-menu > li > a:hover {
color:#CC1313;
}

.dropdown-menu {
	transition:.4s;
	margin-top:40px;
}

.dropdown-menu li .dropdown-menu {
	transition:.4s;
	margin-top:40px;
}

.dropdown-menu li:hover .dropdown-menu {
	transition:.4s;
	margin-top:0px;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


.dropdown-menu > li:last-child > a {
    border-bottom: none;
}


/*==========================
11-Newsletter
==========================*/
.newsletter_section { text-align: center; }
.team_prizes {
	position: relative;
	margin-bottom: 80px;
	min-height: 170px;
}
.newsletter_form {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.newsletter_form form {
	width: 1070px!important;
	display: inline-flex!important;
	margin-left: auto;
	margin-right: auto;
	background: #000000;
	background: rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
	padding: 10px;
	display: block;
	z-index:60;
	position:relative;
}
.newsletter_form .mc4wp-form  input {
	width: 422px!important;
	border: none;
	background: #fff;
	background: rgba(255,255,255,0.15);
	height: 94px;
	margin-right: 10px;
	display: inline-block;
	padding-left: 25px;
	padding-right:25px;
	line-height:94px;
	font-size: 32px;
	float: left;
	font-weight: 300;
	text-transform:uppercase;
}

.newsletter_form .mc4wp-form  input:focus {
	outline:0;
}

.newsletter_form .mc4wp-form  input::-webkit-input-placeholder { color: #fff;opacity:1; }
.newsletter_form .mc4wp-form  input:-moz-placeholder { color: #fff;opacity:1; }
.newsletter_form .mc4wp-form  input::-moz-placeholder { color: #fff;opacity:1; }
.newsletter_form .mc4wp-form  input:-ms-input-placeholder { color: #fff;opacity:1; }

.newsletter_form .mc4wp-form  input[type="submit"], .newsletter_form button {
	width: 184px!important;
	padding-left: 0;
	float: left;
	background: #cc1313;
	border: none;
	height: 94px;
	display: inline-block;
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	text-transform:uppercase;
}

.newsletter_form .mc4wp-form  input[type="submit"]:hover, .newsletter_form .mc4wp-form  button:hover{
	background:#222222;
}

.team_stand{
	padding-bottom:30px;
	text-align:center;
	max-width:1077px;
	margin:0 auto;
	position:relative;
}
.team_stand img{
	position:absolute;
	left:0px;
	top:0;
	max-width:100%;
}
.team_stand img:first-child,.team_stand img:nth-child(1){
	position:relative;
	left: auto;
	width:100%;
	height:auto;
}
.team_stand img:nth-child(1) {
	z-index:50;
} 
.team_stand img:nth-child(2) {
	z-index:40;
} 
.team_stand img:nth-child(3) {
	z-index:30;
} 
.team_stand img:nth-child(4) {
	z-index:20;
} 
.team_stand img:nth-child(5) {
	z-index:10;
} 


/*==========================
12-facebook Promo
==========================*/

.popup_meta{
	color:#767676;
	font-size:12px;
	padding-left:4px;
}
.popup_meta li{
	list-style:none;
	display:inline-block;
}
.popup_meta li a{
	color:#767676;
}


/*==========================
13-popup
==========================*/
.content_expander{
	position:relative;
	display:none;
	margin-bottom:30px;
}
.albumTrack{
	position:relative;
	margin-bottom:50px;
}
.news_popup{
    background: #fff;
}
.news_popup h2,.newsContent h2{
    color: #222;
}
.pageContentArea .news_row{
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ddd;
}
#tracksAjaxWrapper, #newsAjaxWrapper {
    z-index: 99999999;
    position: fixed;
    top: 30px;
    right: 0px;
    bottom: 0px;
	left: 0px;
    overflow:visible;
    height: auto;
    margin-top:-120%;
	margin-bottom:-30px;
    background: #fff;
	visibility:hidden;
	transition:.4s;
	padding:0;
	overflow:hidden;
}

#tracksAjaxWrapper:after {
	content:"";
	background:rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}

#newsAjaxWrapper:after {
	content:"";
	background:rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}

#newsAjaxWrapper .content_expander {
    background: #FFF;
    border-bottom: 27px solid #FFF;
    padding: 35px 50px;
    height: 100%;
    overflow: scroll;
}

#tracksAjaxWrapper .content_expander {
    background: #FFF;
    border-bottom: 27px solid #FFF;
    padding: 35px 50px;
    height: 100%;
    overflow: scroll;
}

.trackLoading{
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	color:#fff;
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	display:none;
}
.trackLoading i{
	font-size:30px;
	top:50%;
	left:50%;
	position:absolute;
	margin-top:-15px;
	margin-left:15px;
}
.content_expander .albumTrack{
	margin-bottom:0;
}
.closeTrackAjax,.closeNewsAjax{
	z-index:99;
	position:absolute;
	top:10px;
	right:15px;
	color:#222222;
	display:none;
}

.modal-body {
    background: #FFF;
    padding: 0px 50px 55px;
}

.gallery_popup.container {
	width: 100%;
	margin-bottom: -70px;
}

.modal h2{
	color:#222;
	margin-top:40px;
}
.images_grid{
	display:table;
	width:100%;
	clear:both;
	margin-top:25px;
}
.images_grid li{
	list-style: none;
	display:block;
	width:33%;
	margin-right:.3%;
	margin-bottom:.3%;
	float:left;
}
.images_grid li img{
	width:100%;
}
.article_popup,.article_popup p{
	font-size:14px;
	line-height:24px;
}

.article_popup p{
	padding:0 0 15px;
}
.comment_form input{
	text-align:left;
	width:93%;
	float:left;
	border:1px solid #899bc5;
}
.comment_form button{
	margin-top:6px;
	margin-right:11px;
	background:#637bad;
	color:#fff;
	border:1px solid #29447e;
}
.comment_form img{
	float:left;
	width:50px;
	margin-right:20px;
}
.comments{
	background:#f1f1f1;
	padding:8px;
}

.facebook_promo .parallax_inner {
	padding-top: 205px;
	padding-bottom: 215px;
}

/*==========================
14-testimonial
==========================*/
.testimonial {
	padding-top: 0px;
	padding-bottom: 50;
}
.testimonial .parallax_inner {
	padding-top: 200px;
	padding-bottom: 100px;
}
.testimonial blockquote {
	font-size: 60px;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 70px;
	padding-bottom: 70px;
	position:relative;
}
.testimonial blockquote b{
	color: #cc1313;
	margin-left: 20px;
	margin-right: 20px;
}

.testimonial a {
	font-size: 30px;
	color: #cc1313;
	line-height: 30px;
}
blockquote .author_name {
	display: block;
	width: 100%;
	text-align: center;
}
.testimonial blockquote .author_name { margin-top: 35px; }
a.btn_itunes {
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #343434;
	display: block;
	padding: 16px;
}
a.btn_itunes:hover{
	background:#cc1313;
}
a.btn_itunes {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.btn_itunes:hover { color: #fff; }
.btn_itunes span {
	border-radius: 50%;
	border: 1px solid #fff !important;
	height: 30px;
	width: 30px;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	margin-right: 16px;
}

.single-post .pre_sticky.rock_player ,
.pages .pre_sticky.rock_player ,
.blog .pre_sticky.rock_player {
    bottom: 19px !important;
}

.single-post .navbar-default ,
.single-post .isStuck .navbar-default,
.pages .navbar-default ,
.pages .isStuck .navbar-default,
.blog .navbar-default ,
.blog .isStuck .navbar-default {
	position:absolute;
	top:0px !important;
	margin-top: 0px;
}

.single-post .player-top ,
.pages .player-top ,
.blog .player-top {
	margin-bottom: 0px !important;
}

.single-post .sections_wrapper ,
.pages .sections_wrapper ,
.blog .sections_wrapper,
.search .sections_wrapper,
.archive .sections_wrapper{
    padding-top: 0px;
}

.single-post header ,
.pages header ,
.blog header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    margin-top: 67px;
    z-index: 99999;
}

.single-post .play_list ,
.blog .play_list ,
.pages .play_list{
	bottom:auto !important;
	top:100% !important;
}

.gallery-active.owl-theme .owl-controls {
	display:none;
}

.gallery-active.owl-theme .owl-wrapper {
	width:100% !important;
}

.gallery-active.owl-theme .owl-item {
    width: 15.5% !important;
    margin: 0.1% 0.22% !important;
    float: left;
    margin: 0;
}

.gallery-active.owl-theme li.trigger_slider {
    cursor: pointer;
    display: inline-block;
    list-style: outside none none;
    width: 100%;
    margin: 0px;
    max-height: 166px;
    overflow: hidden;
}

.gallery-active.owl-theme {
    padding: 0px 10px 0px 22px !important;
    margin-top: 35px !important;
    margin-left: -1.5% !important;
    margin-right: -5% !important;
}

/*==========================
15-Event Promo
==========================*/
.event_promo .parallax_inner {
	padding-top: 240px;
	padding-bottom: 120px;
}
.event_promo h3 { color: #cc1313; }
.event_promo a.btn {
	color: #fff;
	background: #cc1313;
	border-radius: 0;
	font-size: 30px;
	margin-top: 35px;
	padding: 15px 40px;
}
.event_promo a.btn:hover { color: #fff; background:#222222}
/*==========================
 16-Media
==========================*/
.media_widget {
	padding-top: 20px;
	color: #cc1313;
	font-size: 14px;
}
.media_widget h6 { color: #222222; }
.media_widget figure a {
	display: block;
	position: relative;
	overflow: hidden;
}
.media_widget figure a:before {
	content: '';
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	background: rgba(255,255,255,0.75);
}
.media_widget figure a:after {
	font-family: 'FontAwesome';
	content: "\f067";
	color: #cc1313;
	font-size: 22px;
	position: absolute;
	left: 50%;
	margin-left: -26px;
	top: -30%;
	margin-top: -26px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	text-align: center;
	line-height: 52px;
	border: 2px solid #222222;
	transition:all 0.2s ease-in;
}
.media_widget figure { margin-top: 30px; }
.media_widget figure a:hover:after { top: 50%; }
.media_widget figure a:hover:before { top: 0; }
.media_widget figcaption {
	background: #fff;
	padding: 23px 20px 16px;
}

.media_widget figure:hover h6{
	color:#cc1313;
}

.galery_widget{
	background:#fff;
}
.galery_widget ul.gal_list {
    text-align: center;
    padding: 5px 0px 0px;
    overflow: hidden;
    margin: 0 -1.5%;
}
.galery_widget li.gallery-item{
	list-style:none;
	display:block;
	opacity:1;
}
.galery_widget li.trigger_slider{
	cursor:pointer;
	display: inline-block;
	list-style:none;
	width:15.5%;
	margin:0.1% 0.2%;
	max-height:166px;
	overflow:hidden;
}
.galery_widget .channels_list{
	margin:45px 0;
	padding:0 !important;
	margin-left:-15px;
	margin-right:-15px;
}
.galery_widget .channels_list li a{
	background:#343434;
	color:#fff;
	opacity:1;
}
.galery_widget .channels_list .fa-circular{
	border-color:#fff;
}
.galery_widget .channels_list li a:hover{
	background:#cc1313;
}
.galery_widget ul.owl-gallery{
	margin:0 !important;
	padding:0 0 10px;
	background:#ebebeb;
}
.gallayoutOption{
	margin:0;
	padding:0;
}
.gallayoutOption{
	right:80px;
	top:80px;
	position:absolute;
	text-align:right;
	font-size:35px;
	
}
.gallayoutOption li a{
	color:#222;
}
.gallayoutOption li.active a{
	color:#cc1313;
}
.gallayoutOption li{
	display:inline-block;
	list-style:none;
}
.galery_widget ul.owl-gallery li{
	background:#ebebeb;
	padding:10px;
}
.owl-gallery img{
	width:100%;
}
.galery_widget .owl-buttons{
	text-align:right;
	padding-right:5px;
}
.galery_widget .owl-theme .owl-controls .owl-buttons div{
	border-radius:0;
	background:#343434 center center no-repeat;
	color:#fff;
	width:45px;
	height:25px;
	padding:0;
	text-indent:99999999999px;
	overflow:hidden;
}
.galery_widget .owl-theme .owl-controls .owl-buttons div:hover{
	background-color:#cc1313;
}
.galery_widget .owl-theme .owl-controls .owl-buttons div.owl-prev{
	background-image:url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/basic/gal-pre.png);
}
.galery_widget .owl-theme .owl-controls .owl-buttons div.owl-next{
	background-image:url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/basic/gal-next.png);
}
.galery_widget .owl-controls{
	margin-top:0;
}
.social_share li{
	display:inline-block;
	list-style:none;
}
.galery_widget .social_share{
	text-align:left;
	margin:0 !important;
	display:inline-block;
	position:relative;
	top:-45px;
	padding-left:10px;
	display:none;
	max-width:400px;
}
.social_share .btn-share{
	display:inline-block;
	width:60px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	opacity:0.9;
	font-size:14px;
	font-family:lato;
	font-weight:bold;
	border-radius:2px;
	text-transform:none;
}
.social_share .btn-share.twitter{
	background:#66b5d6;
}
.social_share .btn-share.facebook{
	background:#1e477e;
}
.social_share .btn-share.google-plus{
	background:#767676;
}
.social_share .btn-share:hover{
	opacity:1;
}
.social_share .share-count{
	width:48px;
	height:20px;
	background:url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/basic/social-count.png) no-repeat center center;
	display: inline-block;
	margin-left:5px;
	margin-right:10px;
	position:relative;
	font-size:14px;
	font-family:lato;
	font-weight:bold;
	color:#424a4f;
	text-align:center;
	line-height:20px;
}
.gallery_popup h6{
	color:#cc1313;
	margin-bottom:30px;
}


/*==========================
17-Tour
==========================*/
.tours_widget {
	width: 100%;
	color: #fff;
	font-size: 18px;
	padding-top: 90px;
}
.tour_row_header,.music_row_header{
	color: #cc1313;
	display: table;
	clear: both;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tours_widget .column_one {
	width: 100px;
	float: left;
}
.tours_widget .column_two,.music_widget .column_two {
	width: 70px;
	float: left;
}
.tours_widget .column_three {
	width: 285px;
	float: left;
}
.tours_widget .column_four {
	width: 265px;
	float: left;
}
.tours_widget .column_five {
	width: 280px;
	float: left;
}
.tours_widget .column_six {
	width: 164px;
	float: left;
}
.tour_row, .music_row {
	display: table;
	clear: both;
	width: 100%;
	border-top: 1px solid #343434;
	border-bottom: 0px solid #fff;
	padding-bottom: 1px;
}
.tour_row:last-child, .music_row:last-child { border-bottom: 1px solid #343434; }
.tour_row:hover {
	border-color: #cc1313;
	border-bottom: 1px solid #fff;
	padding-bottom: 0;
}
.tour_row .column_one, .tour_row .column_three, .tour_row .column_four, .tour_row .column_five {
	padding-top: 28px;
	padding-bottom: 24px;
}
.tour_row .column_five { color: #5c5c5c; }
.tour_row .column_two,.music_row .column_two {
	padding-top: 15px;
	padding-bottom: 10px;
}
.tour_row .column_six,.music_row .column_eight {
	padding-top: 18px;
	padding-bottom: 17px;
}
.tour_row .column_two img,.music_row .column_two img {
	width: 53px;
	height: 53px;
}
.btn_buy_ticket, .btn_watch_video {
	background: #fff;
	color: #222222;
	padding: 14px 0;
	text-align: center;
	width: 100%;
	border-radius: 0;
}
.btn_buy_ticket:hover {
	background: #cc1313;
	color: #fff;
}
.sold_out, .sold_out:hover {
	background: #ffae00;
	cursor: not-allowed;
}


/*==========================
18-music popup
==========================*/
#track_detail{
	position:relative;
	height:0;
}
#track_detail.loading{
	position:relative;
	height:500px;
	overflow:hidden;
}
#track_detail.loading:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99;
	display:block;
	background: url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/basic/preloader.gif) #fff center center no-repeat;
}
#track_detail.track_loaded{
	height:auto;
}
.music_widget {
  font-size: 18px;
  color: #aeaeae;
  background: #fff;
  padding: 15px 0 0;
  position: relative;
  margin-bottom: -45px;
}
ul.music_widget{
	display:block;
	padding:0;
}
ul.music_widget > li{
	display:block;
	list-style:none;
	padding-bottom:0;
}

.play_list .music_widget{
	background:none;
}

.music_widget .close_popup{
	position:absolute;
	top:0px;
	right:10px;
}
.music_widget h2{color:#222222; margin-bottom:10px;}
.music_widget h6{color:#cc1313;}
.music_row_header{
	color:#8e8e8e;
	margin-top:20px;
}
.music_row{
	 border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}
.music_row:last-child{
	border-bottom:2px solid #ebebeb;
}
.music_row:hover {
	border-color: #cc1313;
	border-bottom: 2px solid #222222;
	padding-bottom: 0;
}
.music_widget .column_one {
	width: 42px;
	float: left;
	padding-left:5px;
}
.music_widget .column_three{
	width: 336px;
	float: left;
}
.music_widget .column_four {
	width: 90px;
	float: left;
}
.music_widget .column_five {
	width: 180px;
	float: left;
}
.music_widget .column_six {
	width: 85px;
	float: left;
}
.music_widget .column_seven {
	width: 115px;
	float: left;
}

.music_row .column_one, .music_row .column_three, .music_row .column_four, .music_row .column_five, .music_row .column_six, .music_row .column_seven {
	padding-top: 28px;
	padding-bottom: 24px;
}
.music_row .column_seven a{
	margin-right:15px;
}
.music_widget .column_eight {
    float: left;
    width: 164px;
}
.music_row .column_one,.music_row .column_three{color:#343434;}
.btn_watch_video{
	background:#d0d0d0;
	color:#fff;
}
.btn_watch_video:hover{
	background:#cc1313;
	color:#fff;
}
.music_row .column_seven a:hover{
	color:#cc1313;
}
.play_list .music_row .column_one,.play_list .music_row .column_three,.play_list .music_widget .column_six{
	color:#fff;
}
.play_list .music_row_header,.play_list .music_widget{
	color:#f86969;
}
.play_list .music_row .column_seven a:hover{
	color:#fff;
}
.play_list .btn_watch_video{
	background:#ec2121;
}
.play_list .btn_watch_video:hover{
	background:#000;
}
.play_list .music_row{
	border-color:#f86969;
}
.play_list .music_row:hover{
	border-color:#fff;
	border-top: 1px solid #fff;
}
.play_list .music_widget .column_three{
	width:423px;
}
.play_list{
	position:absolute;
	bottom:100%;
	left:0;
	width:100%;
	display:none;
}
.isStuck .play_list{
	bottom:auto;
	top:100%;
}


/*====================================
19-team Section
===================================*/
.members_carousel figcaption {
	padding: 8px;
	font-size: 19px;
	color: #222222;
	background: #fff;
	display: block;
}

.members_carousel figure:hover a{
	color:#cc1313;
}
.about_section .section_head_widget { text-align: center; }
.about_section .section_head_widget h4 { color: #cc1313; }

/*====================================
20-Footer
===================================*/
footer,footer.parallax{
	margin-bottom:0;
}

.copyrights{
	margin-top:80px;
	font-size:14px;
}
.copyrights a:hover{
	color:#cc1313;
}

.tabs-wrap {
    position: absolute;
    top: -11px;
    left: 0px;
    right: 0px;
    width: 100%;
}

ul.tabs li {
	background: #343434;
	color: #fff;
	list-style: none;
	padding: 18px 15px;
	width: 50%;
	float: left;
	cursor: pointer;
}

ul.tabs li.current {
	background: #cc1313;
	color: #fff;
}

.tab-content {
	display: none;
}

.tab-content.current {
	display: inherit;
}

.tabs-wrap {
	background: #cc1313;
	background: -moz-linear-gradient(left,  #cc1313 0%, #cc1313 49%, #343434 50%, #343434 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cc1313), color-stop(49%,#cc1313), color-stop(50%,#343434), color-stop(100%,#343434));
	background: -webkit-linear-gradient(left,  #cc1313 0%,#cc1313 49%,#343434 50%,#343434 100%);
	background: -o-linear-gradient(left,  #cc1313 0%,#cc1313 49%,#343434 50%,#343434 100%);
	background: -ms-linear-gradient(left,  #cc1313 0%,#cc1313 49%,#343434 50%,#343434 100%);
	background: linear-gradient(to right,  #cc1313 0%,#cc1313 49%,#343434 50%,#343434 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1313', endColorstr='#343434',GradientType=1 );
}

.tabs-wrap-active {
	background: #343434;
	background: -moz-linear-gradient(left,  #343434 0%, #343434 50%, #cc1313 51%, #cc1313 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#343434), color-stop(50%,#343434), color-stop(51%,#cc1313), color-stop(100%,#cc1313));
	background: -webkit-linear-gradient(left,  #343434 0%,#343434 50%,#cc1313 51%,#cc1313 100%);
	background: -o-linear-gradient(left,  #343434 0%,#343434 50%,#cc1313 51%,#cc1313 100%);
	background: -ms-linear-gradient(left,  #343434 0%,#343434 50%,#cc1313 51%,#cc1313 100%);
	background: linear-gradient(to right,  #343434 0%,#343434 50%,#cc1313 51%,#cc1313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#cc1313',GradientType=1 );
}

footer .parallax_inner {
	padding-top: 200px;
}

.banner-right-align.banner p {
    font-family: Oswald;
    font-weight: 400;
    line-height: 17px;
    padding-left: 20px;
}

#slider-post .owl-controls {
    position: absolute;
    bottom: 19px;
    left: 0;
    right: 0;
}

.post-audio .player_wrapper {
    position: relative;
    padding-left: 15px;
}

.post-audio .audio-progress {
    width: 550px;
}

.bp-info {
	background:#ffffff;
	padding:38px 53px;
}

.bp-info h4 {
	font-size: 30px;
	color: #222;
	font-family: Oswald;
	text-transform: uppercase;
	margin:0 0 5px;
}

.blogpost-single .bp-info h4 {
	font-size:40px;
}

.bp-info h4 a {
	color:#222;
}

.bp-info h4 a:hover {
	color:#cc1313;
}

.bp-info .postmeta {
	font-family: Oswald;
	font-size: 16px;
	text-transform: uppercase;
	color: #5c5c5c;
	margin:0 0 30px;
}

.bp-info p {
	font-size:16px;
	color:#5c5c5c;
	text-transform:none;
	line-height:26px;
	margin:0 0 25px;
}

.bp-info .postmeta span {
	color: #cdcdcd;
	padding:0 20px;
}

.blogpost {
	margin-bottom:30px;
}

.rmore {
	width: 120px;
	height: 49px;
	background-color: #cc1313;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	display:block;
	text-align:center;
	line-height:49px;
	transition:.4s;
}

.rmore:hover {
	background:#343434;
	color:#fff;
	transition:.4s;
}

.rmore + .page_nav {
	margin-top:30px;
}

/*.post-video {
	position:relative;
}

.post-video span {
	display:table;
	margin:0 auto;
	width:148px;
	height:148px;
	position:absolute;
	top:50%;
	margin-top:-74px;
	left:0;
	right:0;
}*/

.blog-quote {
	margin-top:30px;
}

.blog-quote .postmeta {
	font-family: Oswald;
	font-size: 20px;
	text-transform: uppercase;
	color: #5c5c5c;
	margin:0 0 30px;
}

.blog-quote p {
	font-size:40px;
	font-family:Oswald;
	color:#000000;
	text-transform:uppercase;
	line-height:50px;
	font-weight:400;
}

.blog-quote p .fa-quote-right {
	color:#cc1313;
	font-size:45px;
	margin-left:7px;
}

.blog-quote p .fa-quote-left {
	color:#cc1313;
	font-size:45px;
	margin-right:7px;
}

.blog-quote cite {
	color:#cc1313;
	font-size:20px;
	margin-bottom:15px;
	display:table;
}

.page_nav li {
	margin-right:4px;
	list-style:none;
	float:left;
}

.page_nav li a,
.page_nav li > span {
	width:43px;
	height:67px;
	line-height:67px;
	text-align:center;
	display:table;
	background:#343434;
	color:#fff;
	font-size:30px;
}

.page_nav li a i {
	font-size:40px;
}

.page_nav li a:hover,
.page_nav li > span {
    background:#cc1313;
}

.share-post {
	background:#cc1313;
	height:63px;
	line-height:63px;
	padding:0 30px;
}

.share-post h6 {
	font-size:20px;
	float:left;
	display:table;
	line-height: 63px;
}

.sp-link {
	float:right;
}

.sp-link a {
	margin-left:40px;
	color:#fff;
	font-size:30px;
	opacity:0.5;
	transition:.4s;
}

.sp-link a:hover {
	opacity:1;
	transition:.4s;
}

.b-commentinfo {
	padding-top:60px;
}

.b-commentinfo li img {
	float:left;
}

.b-commentinfo ul {
	margin:30px 0 -15px;
}

.b-commentinfo li {
	list-style:none;
	text-transform:none;
	padding:20px 50px 10px 0;
	border-bottom:2px solid #343434;
	position:relative;
}

.comment-info h5 {
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:18px;
}

.comment-info {
	margin-left:65px;
}

.b-commentinfo li:first-child {
	border-top:2px solid #343434;
}

.comment-info h5 span {
	font-size:16px;
	font-family:Oswald;
	color:#5c5c5c;
	margin-top:12px;
	display:block;
}

.comment-info p {
	font-size:16px;
	color:#5c5c5c;
	text-transform:none;
	line-height:26px;
}

.reply {
	width: 70px;
	height: 39px;
	background-color: #fff;
	position:absolute;
	top:10px;
	right:0;
	font-size:16px;
	color:#222222;
	line-height:39px;
	text-align:center;
	text-transform:uppercase;
	transition:.4s;
}

.reply:hover {
	background-color: #000;
	color:#fff;
	transition:.4s;
}

.lt-ie9 .hero_section1 ,
.lt-ie9 .hero_section1 ,
.lt-ie9 .hero_section1 .col-xs-12,
.lt-ie9 .hero_section2 .col-xs-12 {
	height:100% !important;
}

.player-top section {
	overflow:visible;
}

.newsContent .text_widget {
  font-family: lato;
  text-transform: none;
  margin-top: 26px;
  font-size: 14px;
  line-height: 22px;
}

.pages .homepage + #wrapper .player-top .pre_sticky.rock_player {
    position: absolute;
    left: 0px;
    bottom: 85px;
    animation: 0s ease 0s normal none 9999 running none;
    height: 25px;
    z-index: 999999;
}

.pages .homepage + #wrapper header {
    position: absolute;
    margin-top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    top: auto;
}

.pages .homepage + #wrapper header + .sections_wrapper .status-publish + .container ,
.pages .homepage + #wrapper header + .sections_wrapper .b-commentinfo {
	display:none !important;
}

.pages .homepage + #wrapper .player-top .pre_sticky.rock_player {
    bottom: 43px !important;
}

.homepage + #wrapper header .isStuck .navbar-default {
    top: 66px !important;
    position: relative;
}

.pages .homepage + #wrapper .player-top .play_list {
    bottom: 100% !important;
    top: auto !important;
}

.pages .homepage + #wrapper .player-top .isStuck .play_list {
    bottom: auto !important;
    top: 100% !important;
}

.single-post #wrapper .player-top,
.blog #wrapper .player-top {
    margin-top: -69px !important;
    left: 15px;
    position: relative;
}

.sections_wrapper .container {
}

.archive .sections_wrapper .container ,
.search .sections_wrapper .container ,
.sections_wrapper footer#footer .container ,
.blog .sections_wrapper .container ,
.single-post .container ,
.sections_wrapper .status-publish .container {
	display:block !important;
}

.search #wrapper .player-top ,
.archive #wrapper .player-top {
    z-index: 9999999;
    position: absolute;
    top: 0 !important;
    bottom: auto !important;
    margin: 0px;
    height: 67px;
    left: 0;
    right: 0;
    width: 100%;
}

#wrapper .player-top {
    z-index: 9999999;
}

.section_head_widget {
	padding-top:70px;
}

.home .section_head_widget ,
.homepage + #wrapper header + .sections_wrapper .section_head_widget,
.sep-border {
	padding-top:70px;
}

#wrapper {
	overflow-x:hidden;
}

.sections_wrapper {
	width: 100%;
	display: block;
	float:none;
	position: relative;
}

.widget_rss ul li {
	list-style: outside none none;
	border-bottom: 1px solid #444;
	padding: 15px 0 15px 10px;
}

.widget_rss ul li:last-child {
	border-bottom: none;
}

.widget_rss ul li a {
	color:#fff;
}

.widget_rss ul li a:hover {
	color: #CC1313;
}

.widget_rss {
	clear:both;
}

.widget_rss h4 {
    font-size: 30px;
    margin: 29px 0 20px;
    color: #cc1313;
}

.rssSummary {
	text-transform:none;
}

.rss-date {
	position:relative;
}

.rss-date:before {
	content:"-";
	margin-left:5px;
	padding-right:5px;
	position:relative;
	top:-2px
}

@media screen and (-webkit-min-device-pixel-ratio:0){ 
	select#filters, select#media-filter {
		padding: 10px 11px !important;
	}

	select option {
		height:5px !important;
	}

}

.blogpost-single h1, .blogpost-single h2, .blogpost-single h3, .blogpost-single h4, .blogpost-single h5,  .blogpost-single h6 {
    color: #000;
}

.single-post .sections_wrapper {
    margin-top: 185px;
}

.b-commentform h3,
.b-commentinfo h5 {
    color: #fff;
}

footer, footer.parallax {
    background-size: cover !important;
}

.side-widget.widget_archive ul li ,
.side-widget.widget_categories ul li {
	position: relative;
	display: table;
	width:100%;
}

.side-widget.widget_archive ul li a ,
.side-widget.widget_categories ul li a {
    padding: 0 15px;
}

.side-widget.widget_archive ul li:hover span ,
.side-widget.widget_categories ul li:hover span {
	color:#fff;
}

.side-widget.widget_archive ul li span ,
.side-widget.widget_categories ul li span {
    position: absolute;
    top: 11px;
	right:10px;
}

.side-widget.widget_categories ul li span ul ,
.side-widget.widget_archive ul li span ul ,
.side-widget.widget_categories label ,
.side-widget.widget_archive label {
	display:none !important;
}

.side-widget.widget_categories select ,
.side-widget.widget_archive select {
    background-color: #fff;
    padding: 6px;
    border: none;
}

.side-widget.widget_recent_comments ul li {
	line-height: 32px;
}

.side-widget.widget_recent_comments ul li a {
	color:#999;
	text-transform:none;
}

.side-widget.widget_recent_comments ul li span a {
	text-transform:uppercase;
	color:#fff;
}

table {
    border-bottom: 1px solid #EDEDED;
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 14px;
    line-height: 2;
    margin: 0px 0px 20px;
    width: 100%;
}

td {
    border-top: 1px solid #EDEDED;
    padding: 6px 10px 6px 0px;
}

.widget_calendar th, .widget_calendar td {
    padding: 0px;
    text-align: center;
}

.tfoot th,
.tfoot td {
	text-align:left;
}

.widget_calendar caption {
    background-color: rgba(0,0,0,0.1);
    padding: 5px 0;
}

.widget_calendar tbody td {
    background-color: rgba(0, 0, 0, 0.05);
}

.widget_calendar table, .widget_calendar td {
    border: 0px none;
    border-collapse: separate;
    border-spacing: 1px;
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}

.bp-info div {
	max-width:100%;
}

.side-widget.widget_text form select {
    background-color: #fff;
    padding: 6px;
    border: none;
	width:100%;
}

.side-widget.widget_text form select option {
    width: 100%;
    font-size: 14px;
}

.rmore {
    width: auto;
    display: table !important;
    padding: 0 30px;
}

#wrapper .player-top {
    z-index: 9999999;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}


.search .section_head_widget ,
.archive .section_head_widget {
    padding-top: 200px !important;
}

/*====================================
Media Queries
===================================*/

@media (min-width: 600px) {
.news_info_wrapper, .track_info_wrapper,.hover,.btn{
	transition:All 0.40s ease;
	-webkit-transition:All 0.40s ease;
	-moz-transition:All 0.40s ease;
	-o-transition:All 0.40s ease;
}
.newsletter_form input[type="submit"], .newsletter_form button,.event_promo a.btn,#track_detail,a.btn_itunes{
	transition:All 0.25s ease;
	-webkit-transition:All 0.25s ease;
	-moz-transition:All 0.25s ease;
	-o-transition:All 0.25s ease;
}
	
}
@media (max-width: 1199px) {
.comment_form{
	text-align:left;
}
.comment_form img{
	margin-bottom:5px;
}
.comment_form input{
	width:80%;	
}
.parallax {
	background-attachment: scroll !important;
	background-position: top center !important;
	background-size: cover !important;
}
h1 { font-size: 70px; }
h2 { font-size: 50px; }
h3 { font-size: 40px; }
h4, .track_info h4 { font-size: 30px; }
h5 { font-size: 20px; }
h6 { font-size: 15px; }
.newsletter_form form { width: 800px; }
.newsletter_form input { width: 300px; }
.newsletter_form input[type="submit"], .newsletter_form button { width: 160px; }
.news_info, .track_info {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin-top: -40px;
}
.tours_widget .column_three { width: 280px; }
.tours_widget .column_four { width: 280px; }
.column_five { display: none; }
.tours_widget { font-size: 16px; }
.audio-progress{
	width:30%;
}
.music_widget .column_three,.play_list .music_widget .column_three{
	width:40%;
}
.poison_slider .owl-controls{
	margin-left:-530px;
	top:35%;
}
.right_align.poison_slider .owl-controls{
	margin-right:-530px;
}
.banner_slider h1{
	font-size:60px;
}
.preload_logo{
	left:0;
}
#jpreLoader{
	max-width:220px;
	margin-left:60px;
}
}

@media only screen and (min-width: 768px)  and (max-width: 992px)  {
	.isotope1 {
		margin: 0px auto;
                width: 80%;
                display: table;
	}
}

@media (max-width: 1085px) {

	body {
		padding-top:70px;
	}

	footer, footer.parallax {
		display: table !important;
	}

	.collapse.in {
		max-height: 53vh;
		overflow: auto !important;
	}

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}

    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-nav > li > .dropdown-menu {
		margin: 0px;
		border-radius: 0px;
		position: relative;
		display: block;
		width: 100%;
		box-shadow: none;
		margin-bottom: 15px;
		margin-left: 15px;
		margin-right: -15px;
		overflow: hidden;
	}


.tours_widget .column_two {
    display: none;
}

.tours_widget .column_three {
    width: 200px;
}

.tours_widget .column_four {
    width: 200px;
}

.element-item {
	width:50% !important;
}

.newsletter_form .mc4wp-form form {
  width: 100% !important;
}

.newsletter_form .mc4wp-form input {
  width: 39% !important;
  margin-right: 1%;
  height: 60px !important;
  font-size: 30px;
  line-height: 60px;
}

.newsletter_form .mc4wp-form input[type="submit"], .newsletter_form .mc4wp-form button{
	width:20%;
	height:60px;
	font-size:30px;
}

.preload_logo{
	position:relative;
	left:auto;
	right:auto;
	top:auto;
}
#jpreLoader{
	margin-left:0px;
	font-size:25px;
}
#jprePercentage {
	right: auto;
}

.vegas-controls li a{
	display:inline-block;
	margin-bottom:0;
}
.vegas-controls li{
	display:inline-block;
	margin-right:20px;
}
.vegas-controls,.banner-right-align .vegas-controls{
	width:100%;
	left:20px;
	top:0;
	margin-top:-40px;
}
.tours_widget .column_three { width: 220px; }
.tours_widget .column_four { width: 220px; }
.tours_widget .column_six { width: 100px; }
.music_widget .column_three,.play_list .music_widget .column_three{
	width:30%;
}
.music_widget{
	font-size:16px;
}
.audio-progress{
	width:30%;
}
.poison_slider .owl-controls,.right_align.poison_slider .owl-controls{
	margin-left:0;
	margin-right:0;
	right:auto;
	top: auto;
	bottom:50px;
	left:0;
	width:100%;
}
.poison_slider .owl-controls .owl-page{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}
.carousel_controls span{
	width:45px;
	height:45px;
	line-height:45px;
}
.carousel_controls{
	top:-120px;
}

.newsletter_form form{
	width:100%;
}
.newsletter_form input{
	width:39%;
	margin-right:1%;
	height:60px;
	font-size:30px;
}
.newsletter_form input[type="submit"], .newsletter_form button{
	width:20%;
	height:60px;
	font-size:30px;
}
.channels_list li a{
	font-size:12px;
}
.testimonial blockquote{
	font-size:30px;
	line-height:45px;
	padding-bottom:20px;
}
.event_promo a.btn,a.btn_fb, .btn_fb{
	font-size:25px;
	padding:10px 25px;
}
.testimonial .parallax_inner{
	padding-top:100px;
	padding-bottom:70px;
}
.event_promo .parallax_inner,.facebook_promo .parallax_inner{
	padding:90px 0 70px;
}
.tweet li{
	font-size:30px;
	line-height:45px;
}
.tours_widget{
	padding-top:40px;
}
.gallayoutOption{
	right:130px;
	top:60px;
}
}
@media (max-width: 991px) {
.navbar-nav{
	float:none;
}
.video_caption{
	display:none;
}
.video_controls .play-pause {
    border: 6px solid #cc1313;
    font-size: 35px;
    height: 140px;
    line-height: 140px;
    width: 140px;
}
.banner-right-align h1, .banner-right-align.banner p, .banner-right-align .caption-buttons{
	margin-left:0;
	margin-right:0;
	text-align:left;
}
.gallayoutOption{
	right:40px;
	top:60px;
}
}

@media (max-width: 980px) {
.music_widget .column_three{
	width:35%;
}
.music_widget .column_four,.music_widget .column_five,.music_widget .column_six{
	display:none;
}
}

.player-top .row {
    margin-right: 0 !important;
}

footer, footer.parallax {
    margin-top: -13px;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

@media (max-width: 1085px) {

.navbar-nav > li > .dropdown-menu {
    margin: 0;
    border-radius: 0;
    position: relative;
    display: block;
    width: 100%;
}

.dropdown-submenu>.dropdown-menu {
    display: block !important;
    position: relative !important;
    left: 0% !important;
    top: 0% !important;
    margin-top: 0px !important;
    border-top: 1px solid #e2e2e2 !important;
    width: 100%;
}
.tabs-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

}

@media (max-width: 470px) {

.team_prizes {
	position:relative;
	top:-200px;
}

.newsletter_section h3 {
    font-size: 24px;
    margin: 100px 0 -30px;
    position:relative;
    z-index:999;

}

.newsletter_form .mc4wp-form form {
    width: 100% !important;
    display: block !important;
    position:relative;
   top:247px;
}

.newsletter_form .mc4wp-form input {
    margin-right: 0px;
    height: 60px !important;
    font-size: 30px;
    line-height: 60px;
    display: block;
    float: none !important;
    clear: both;
    margin-bottom: 2px;
    width: 100% !important;
}

.newsletter_form .mc4wp-form input[type="submit"], .newsletter_form button {
    width: 100% !important;
}

}


@media (max-width: 767px) {

.homepage {
    margin-top: -85px;
}

.player_wrapper {
    padding-left: 15px !important;
}

.music_widget .column_seven {
    width: 45px;
}

ul.music_widget {
    position: relative;
    left: 20px;
}

footer, footer.parallax {
    margin-bottom: 0;
}

.isotope1 .media-item {
	right:0;
	margin-bottom:20px;
}

a.playlist_expander {
    margin-right: -15px;
}

.tour_row .column_two {
	display:none;
}

.bp-info {
    padding: 38px 35px;
}

#contactform {
	padding: 0px 30px;
}

.jp-title::after {
	font-size: 10px;
	top: 3px;
	left: 20px;
}

.jp-title::before {
	left: 2px;
	top: 14px;
}

.music_widget h6{
	margin-bottom:15px;
}
.modal{
	padding-right:11%;
}
.galery_widget li.trigger_slider{
	width:24%;
	height:auto;
	max-height:none;
}
.text-right{
	padding-top:20px;
	text-align:left !important;
}
h1,.banner_slider h1{
	font-size:35px;
}
h2{
	font-size:30px;
}
h3{
	font-size:25px;
}
.comment_form input{
	width:60%;	
}
.music_widget .column_one{
	display:none;
}
.music_widget{
	font-size:12px;
}
.music_widget .column_eight{
	width:88px;
}
.btn_buy_ticket, .btn_watch_video{
	padding:5px;
}
.music_row .column_one, .music_row .column_three, .music_row .column_four, .music_row .column_five, .music_row .column_six, .music_row .column_seven{
	line-height:20px;
}
.music_widget .column_three{
	padding-top:20px;
}
.music_widget .column_seven{
	width:75px;
}
.play_list{
	padding-top:20px;
	padding-bottom:10px;
}
.music_row_header,ul.music_widget > li.music_row_header{
	display:none;
}
.jp-title{
	position:absolute;
	left:90px;
	font-size:12px;
	top:6px;
	width:30%;
}
.audio-progress{
	top:10px;
}.audio-timer,.jp-volume{
	top:8px;
	position:relative;
}
.media_widget figure,.tracks_widget .track_box{
	max-width:300px;
	margin:10px auto;
}
.media_widget figure img,.tracks_widget .track_box figure img{
	width:100%;
	height:auto;
}
.channels_list{
	margin:2px auto;
	max-width:280px;
	float:none;
}
.testimonial blockquote,.tweet li{
	font-size:18px;
	line-height:28px;
}
.tweet li .date{
	font-size:20px;
	margin-bottom:8px;
}
.testimonial blockquote .author_name{
	margin-top:10px;
}
.carousel_controls{
	top:-95px;
}
a.ScrollTo{
	display:none;
}
a.playlist_expander{
	margin-right:0;
}
h3 br{
	display:none;	
}
.tweet_icon{
	font-size:60px;
}
.tours_section .column_four{
	display:none;
}
.list_scroll{
	max-height:300px;
}
a.playlist_expander{
	margin-right: -15px;
}

.overlay_left:before,.banner-right-align:before{
	content:'';
	width:100%;
	height:100%;
	background:rgba(0,0,0,.75);
}
.banner-content{
	text-align:center !important;
}
.vegas-controls{
	width:100%;
	text-align:center;
	margin-bottom:15px;
	left:0;
}
.vegas-controls li{
	margin-left:10px;
	margin-right:10px;
}
.music_widget{
	padding:0;
}
.galery_widget ul.gal_list{
	margin:0;
	padding:0;
}
.galery_widget .channels_list{
	margin:0 auto;
}
.channels_list li{
	margin-bottom:5px;
}
.gallayoutOption{
	right:auto;
	top:auto;
	text-align:left;
	margin-top:20px;
	position:relative;
}
}
@media (max-width: 600px) {

.element-item {
	width:100% !important;
}

.share-post {
    padding: 0px 15px;
}

.share-post h6 {
    font-size: 16px;
}

.sp-link a {
    margin-left: 5px;
    font-size: 20px;
}

.tours_section .column_two,.tour_row_header{
	display:none;
}
.caption-buttons a{
	display:none;
}
.video_controls{
	top:40%;
	margin-top:-30px;
}
.video_controls .play-pause {
    border: 2px solid #cc1313;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    width: 60px;
}
.news_box, .members_carousel figure{
	margin-left:0;
}
.music_widget .column_three{
	width:30%;
}
.music_row .column_one, .music_row .column_three, .music_row .column_four, .music_row .column_five, .music_row .column_six, .music_row .column_seven,.tour_row .column_two, .music_row .column_two{
	padding-top:0;
	padding-bottom:0;
}
.music_row{
	padding:10px 0 !important;
	border-top:none !important;
	min-height:75px;
}
.galery_widget li.trigger_slider{
	width:49%;
}
.galery_widget .social_share{
	display:none;
}
}
@media (max-width: 480px) {
h1,.banner_slider h1{
	font-size:30px;
}
h2{
	font-size:28px;
}
h3{
	font-size:24px;
	margin: 200px 0 71px;
}
.fs-pager-wrapper{
	display:none;
}
.newsletter_form input[type="submit"], .newsletter_form button{
	font-size:20px;
}
body{
	font-size: 16px;
    line-height: 25px;
}
.list_scroll{
	max-height:250px;
}
.video_controls{
	margin-top:-40px;
}
.video_controls .play-pause {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
}

@media (max-width: 360px) {
.track_title{
	padding-bottom:0 !important;
}
.play_list .column_seven{
	padding-top:0;
	padding-bottom:10px;
}
.tours_section .column_one{
	width:20%;
	padding:15px 0;
	font-size:12px;
}
.tours_section .column_three,.tours_section .column_six{
	width:40%;
	padding:15px 0;
	font-size:12px;
}
.btn_buy_ticket{
	display:block;
	padding:5px 0;
	margin-top:5px;
}
}

@media (max-width: 330px) {
.music_widget .column_eight,.jp-volume{
	display:none;
}
.music_widget .column_three, .play_list .music_widget .column_three{
	width:42%;
	margin-right:2%;
	font-size:10px;
}
a.playlist_expander{
	position:absolute;
	right:0;
	margin-right:0;
	top:0;
}
}




/*==========Contact Form=========*/

.contactFormWrapper {
	position:relative;
}

#valid-issue {
    position: absolute;
    bottom: -22px;
    left: 0px;
    right: 0px;
    width: 100%;
}

.wpcf7-form,
.contact_Us form{
	margin:0;
}

.wpcf7-form input,
.contact_Us form input{
	display:block;
	width:100%;
	border:none;
	height:60px;
	margin-bottom:30px;
	padding:0 30px;
	background: #FFF;
	position: relative;
	color: #222;
	overflow: hidden;
	opacity: 0.5;
	text-transform:uppercase;
transition:.4s;
}

.wpcf7-form textarea,
.contact_Us form textarea {
	display:block;
	width:100%;
	border:none;
	height:60px;
	margin-bottom:30px;
	padding:16px 30px;
	background: #FFF;
	position: relative;
	color: #222;
	overflow: hidden;
	opacity: 0.5;
	text-transform:uppercase;
	transition:.4s;
	resize: vertical;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.contact_Us form input:focus,
.contact_Us form textarea:focus {
  transition:.4s;
	outline:0;
	opacity:1;
}

.messageBox{
	position:relative;
}
.messageBox button{
	display:block;
	width:100%;
	border:none;
	height:60px;
	margin-bottom:30px;
	padding:16px 30px;
	background: #FFF;
	position: relative;
	color: #222;
	overflow: hidden;
	opacity: 0.5;
	text-transform:uppercase;
	text-align:center;
	border-radius:0px;
	transition:.4s;
}

.messageBox button:hover {
	background: #cc1313;
	color: #fff;
	opacity: 1;
	transition:.4s;
}

select#filters, select#media-filter {
	background: #CC1313;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	border: medium none;
	width: 220px;
	padding: 3px 11px;
	margin-top: 10px;
}

select#filters option:hover, select#media-filter option:hover {
	background: #fff;
	color: #CC1313;
}

select#filters::-ms-expand, select#media-filter::-ms-expand {
	display: none;
}

select#filters,
select#media-filter {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/arrow.png) 94% / 15% no-repeat;
	background-size: 15px;
	background-color: #CC1313;
}

@media screen and (min-width: 0\0) {
	select {
		background: none;
		padding: 5px;
	}
}

select#filters option, select#media-filter option {
	font-size: 14px;
	height: 35px;
	padding-top: 7px;
}


/*------------------------------------------------------------- 
		           THEME SWITCHER
--------------------------------------------------------------- */
#customizer {
	position: fixed;
	top: 130px;
	z-index: 999999;
	height: 100%;
}

.corner {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/img/corner.png);
	position: absolute;
	top: 0px;
	right: -50px;
}

.s-close {
	left: -210px !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.s-open {
	left: 0 !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.corner.expanded {
	background: url(/web/20221002162000im_/https://tubaina.com.br/wp-content/themes/poison/assets/images/corner.png);
}

#options {
	width: 210px;
	height: 340px;
	background: #222;
	border-radius: 0 0 5px 5px;
	padding: 0;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.heading {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#options h6 {
	color: #5c5c5c;
	margin-bottom: 10px;
	font-size: 13px;
}

.options-segment {
	margin-bottom: 20px;
}

.customize-button {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	color: #5c5c5c !important;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	padding: 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.customize-button:hover {
	background: #fff;
}

.customize-button:first-of-type {
	margin-right: 5px;
}

.color-scheme {
	padding: 0;
}

.color-scheme li {
	float: left;
	list-style: none;
	margin: 3px;
}

.color-scheme a {
	display: block;
}

.colors-sel {
	padding: 30px 25px 30px;
	margin-bottom: 0;
}

.version-sel {
	padding: 0px 25px 30px;
	margin-bottom: 0;
}

.version-sel select {
    background: #fff;
    padding: 3px 15px;
    line-height: 50px;
    width: 100%;
    border: none;
    font-size: 14px;
    color: #000;
}

.version-sel select option {
	padding:5px;
}

.colors-sel h5, .version-sel h5 {
    color: #FFF;
    font-size: 21px;
    font-weight: 400;
    margin: 0px 0px 12px;
}

.color-scheme li a {
    width: 30px;
    height: 30px;
}

.color1 a {background: #CC1313;}
.color2 a {background: #1eace3;}
.color3 a {background: #f63c3c;}
.color4 a {background: #17d95b;}
.color5 a {background: #f89015;}
.color6 a {background: #bd0a88;}
.color7 a {background: #7e0bff;}
.color8 a {background: #ffca12;}

.options-head {
    background: #222;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    padding: 0px 20px;
    letter-spacing: 3px;
    opacity: 0.5;
    padding-left: 23px;
}

.navbar-default {
  top: -0px !important;
  position: relative;
	
}

.isStuck .navbar-default {
  top: 67px !important;
  position: relative;
}

.player-top {
	margin-bottom:-0px;
}

.pre_sticky.rock_player {
  position: absolute;
  left: 0;
  bottom: 42px;
  animation: 9999;
  height: 25px;
  z-index: 999999;
}

.page .status-publish.hentry ,
.home .status-publish.hentry {
  padding: 130px 0 0px;
}

.newsletter_section {
  padding-top: 30px;
  margin-bottom: -90px !important;
}

.parallax {
	padding-top:42px;
	padding-bottom:42px;
}

a.btn_itunes {
  width: 400%;
  margin: 0 -150%;
  bottom: -142px;
}

.about_section {
  padding-top: 30px;
}

footer .parallax_inner {
  margin-top: -31px;
}

.hero_section2 .banner-content {
    display: table;
    position: absolute;
    margin-right: auto;
    float: right !important;
    vertical-align: middle;
    bottom: 140px;
    top: auto !important;
    height: auto !important;
    margin-left: -25px;
    right: 0;
}

.banner.hero_section4 {
    padding-top: 85px !important;
}

.fractionSlide,
.fraction-slider {
	height:100vh !important;
}

.fraction-slider .fs_obj {
	max-width:100%;
}

.player-section {
	overflow:visible;
}

aside li {
	list-style:none;
}
.post-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.post-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dropdown-toggle::after {
 content:"";
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.error {
    padding: 250px 0 100px;
}

.error404 .play_list{
 bottom:auto !important;
 top:100% !important;
}

.error404 .pre_sticky.rock_player {
    bottom: 19px !important;
}

.error404 .navbar-default ,
.error404 .isStuck .navbar-default {
 position:absolute;
 top:0px !important;
 margin-top: 0px;
}

.error404 .player-top {
 margin-bottom:-19px !important;
}

.error404 .sections_wrapper {
    padding-top: 0px;
}

.error404 header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    margin-top: 67px;
}
.sticky{
      box-shadow: -3px 12px 173px 12px #fff;
	   -moz-box-shadow: -3px 12px 173px 12px #fff;
	        box-shadow: -3px 12px 173px 12px #fff;
   
}
h2 + ul,
h2 + ul ul {
    -webkit-padding-start: 40px;
}

.dropdown-menu {
    border-radius:0px !important;
}

.dropdown-submenu {
    position: relative;


}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -100%;
    margin-top: -6px;
    margin-left: -3px;
    border-radius:0px !important;

    box-shadow: none;
    border-top: none;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: 100%;
    margin-left: 10px;

}

.dropdown-submenu ul {
	display: none !important;
}

.dropdown-submenu:hover ul {
	display:block !important;
}

select#filters, select#media-filter {
    margin-top: 90px;
}

@media (max-width: 1050px) {

select#filters, select#media-filter {
    margin-top: 75px;
}

}

@media (max-width: 767px) {

select#filters, select#media-filter {
    margin-top: 10px;
}

}

.archive .section_head_widget {
    padding-top: 70px !important;
}

.archive.pages header {
    margin-top: 0px !important;
}

.archive .player-top {
 display:none !important;
}

@media only screen and (min-width: 768px)  and (max-width: 1050px)  {
.newsletter_form .mc4wp-form input[type="submit"], .newsletter_form button {
    width: 19% !important;
    float: right;
    padding: 0px;
}

.newsletter_form .mc4wp-form input {
    width: 39% !important;
    margin-right: 1%;
}

}

@media only screen and (min-width: 200px)  and (max-width: 1050px)  {
.pages #wrapper .player-top {
    top: 43px;
    bottom:0; 
    z-index: 1;
}

.single-post .rock_player .sticky_player ,
.blog .rock_player .sticky_player {
 position:fixed !important;
}

.blog .section_head_widget {
    padding-top: 130px;

}
.single-post #wrapper .player-top ,
.blog #wrapper .player-top 
{
    top: 0;
    bottom: auto;
    position: fixed;
}

.single-post .sections_wrapper {
    margin-top: 70px;
}

}

 .hover a {
     cursor:pointer;
  }

.home header {
    margin-bottom: -120px !important;
}

.newsletter_section {
    margin-top:30px;
}

@media only screen and (max-width: 1050px){
.pages #wrapper .player-top {
    height: 65px !important;
}

}
/*
     FILE ARCHIVED ON 16:20:00 Oct 02, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:07:47 Aug 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.842
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.015
  esindex: 0.016
  cdx.remote: 5.488
  LoadShardBlock: 227.751 (3)
  PetaboxLoader3.datanode: 445.622 (4)
  load_resource: 1017.886
  PetaboxLoader3.resolve: 778.356
*/